home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / curvey extra special < prev    next >
Text File  |  1999-06-15  |  544b  |  29 lines

  1. Category: Andrew's Filters 2
  2. Title: Curvey Extra Special...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: CURVED.8BF
  6.  
  7. R:abs(c2m(x,y)-c2m(val(0,0,X),val(1,0,Y)))>val(2,0,M)?c+val(3,-255,255):c
  8.  
  9. G:abs(c2m(x,y)-c2m(val(0,0,X),val(1,0,Y)))>val(2,0,M)?c+val(4,-255,255):c
  10.  
  11. B:abs(c2m(x,y)-c2m(val(0,0,X),val(1,0,Y)))>val(2,0,M)?c+val(5,-255,255):c
  12.  
  13. A:a
  14.  
  15. ctl[0]: X
  16. ctl[1]: Y
  17. ctl[2]: Closure
  18. ctl[3]: Red Channel
  19. ctl[4]: Green Channel
  20. ctl[5]: Blue Channel
  21.  
  22. val[0]: 124
  23. val[1]: 154
  24. val[2]: 140
  25. val[3]: 152
  26. val[4]: 117
  27. val[5]: 145
  28.  
  29.